import { FC, PropsWithChildren } from "react"; export type IconProps = PropsWithChildren<{ size?: number; className?: string; onClick?: () => void; }>; export declare const Icon: FC; //# sourceMappingURL=Icon.d.ts.map