import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgOpenInFull: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgOpenInFull; //# sourceMappingURL=OpenInFull.d.ts.map