export declare const styles: { shared: { container: string; footer: string; }; }; declare const Footer: (props: import("@button-inc/component-library/esm/Footer").Props) => JSX.Element; export default Footer;