import type { SVGProps } from "react"; export interface BriefcaseWorkIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function BriefcaseWorkIcon({ className, size, color, ...props }: BriefcaseWorkIconProps): import("react").JSX.Element; //# sourceMappingURL=briefcase-work-icon.d.ts.map