/// export interface Props { fillViewport?: boolean; } export declare const Component: { (props: Props): JSX.Element; displayName: string; };