import * as React from 'react'; 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