import { InputBoxColorModel } from './InputBoxColor.types';
declare const InputBoxColor: ({ active, colorDefault, colorSelected, size, RootProps, variant, label, backgroundColor, borderColor, bodyProps, labelProps, }: InputBoxColorModel) => import("react/jsx-runtime").JSX.Element;
export default InputBoxColor;
