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