import { FlexProps } from '../Flex'; export type FooterProps = FlexProps<"footer">; declare const Footer: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default Footer; //# sourceMappingURL=Footer.d.ts.map