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