import { type FlexProps } from '../Flex'; export interface FooterProps extends FlexProps { } export declare function Footer(props: FooterProps): any;