import { type StyledProps } from '@compiled/react';
import type { ComponentType, ClassAttributes, HTMLAttributes } from 'react';
export declare const FooterOuter: ComponentType<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & StyledProps>;
