export declare function BoxIcon({ fill, stroke, strokeWidth, }: { fill?: string; stroke?: string; strokeWidth?: number; }): JSX.Element; //# sourceMappingURL=BoxIcon.d.ts.map