import { CreateWuiProps } from '../System';
type FooterProps = CreateWuiProps<'div'>;
export declare const Footer: import('../System').CreateWuiComponent<"div", FooterProps>;
export {};
