import { MuiColorInputProps } from 'mui-color-input'; interface Props extends Omit { } export declare const ColorPicker: ({ value, onChange }: Props) => import("react/jsx-runtime").JSX.Element; export {};