import * as React from 'react'; declare function Page(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Page; export default Page;