import React from 'react'; export declare const ViewContainerWrapper: import('styled-components').IStyledComponent< 'web', Omit< Omit, HTMLDivElement>, 'ref'> & { ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject | null | undefined; }, never > >; export declare const ViewContainer: React.FC<{ isLoading?: boolean; style?: Object; }>;