// /
export declare const AppContainer: import('styled-components').IStyledComponent<
'web',
Omit<
Omit<
import('react').DetailedHTMLProps, HTMLDivElement>,
'ref'
> & {
ref?:
| ((instance: HTMLDivElement | null) => void)
| import('react').RefObject
| null
| undefined;
},
never
>
>;