interface CustomForkIconProps { className?: string; fill?: string; width?: number; height?: number; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare const CustomForkIcon: ({ className, fill, width, height, ...props }: CustomForkIconProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=custom-fork-icon.d.ts.map