export default function CustomDuotoneBar({ value, onChange, }: {
    value?: string[];
    onChange: (value?: string[]) => void;
}): import("react").JSX.Element;
//# sourceMappingURL=custom-duotone-bar.d.ts.map