type Props = { value: string; onChange: (newValue: string) => void; }; export declare function StyledColorInput({ value, onChange }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=StyledColorInput.d.ts.map