/// type Props = { hideBorder?: boolean; }; export declare const DefaultFooter: ({ hideBorder }: Props) => JSX.Element; export {};