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