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