import { FC, PropsWithChildren } from "react"; import { LayoutBaseProps } from "./types"; export interface FooterProps extends LayoutBaseProps { fixed?: boolean; } export declare const Footer: FC>; //# sourceMappingURL=footer.d.ts.map