interface CustomLicenseIconProps { className?: string; fill?: string; width?: number; height?: number; } export declare const CustomLicenseIcon: ({ className, fill, width, height, ...props }: CustomLicenseIconProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=custom-license-icon.d.ts.map