import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgScreenFull: (props: SVGProps) => React.JSX.Element; export default SvgScreenFull; //# sourceMappingURL=ScreenFull.d.ts.map