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