import { FC } from "react"; import { SVGProps } from "react"; export interface IconProps extends SVGProps { size: number; } export declare const ArrowTopIcon: FC; //# sourceMappingURL=arrowTop.d.ts.map