import type { IDisableableProps } from '../../../Behaviors/Disableable'; /** * Represents the `IColorThumbElementProps` interface. * * @public */ export interface IColorThumbElementProps extends IDisableableProps { color: string; isOpen: boolean; } //# sourceMappingURL=IColorThumbElementProps.d.ts.map