import { default as React } from 'react';
import { IconStyles } from './types';
interface LastPageIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const LastPageIcon: React.FC<LastPageIconProps>;
export default LastPageIcon;
//# sourceMappingURL=LastPage.d.ts.map