import * as React from 'react'; import styles from '@patternfly/react-styles/css/components/Login/login'; import { css } from '@patternfly/react-styles'; export interface LoginFooterProps extends React.HTMLProps { /** Content rendered inside the footer of the login layout */ children?: React.ReactNode; /** Additional props are spread to the container