import * as React from "react"; interface SVGRProps { title?: string; titleId?: string; } declare function SvgOnScreenFlat({ title, titleId, ...props }: React.SVGProps & SVGRProps): JSX.Element; declare const MemoSvgOnScreenFlat: React.MemoExoticComponent; export default MemoSvgOnScreenFlat; //# sourceMappingURL=OnScreenFlat.d.ts.map