/// import './Footer.stories.scss'; declare const _default: { title: string; decorators: ((...args: any) => any)[]; }; export default _default; export declare const Completo: () => JSX.Element; export declare const SoloLegales: { (): JSX.Element; story: { name: string; }; }; export declare const FooterIndicator: { (): JSX.Element; story: { name: string; }; };