interface ColorSwatchProps {
    value: string;
    hex: string;
}
export declare function ColorSwatch({ value, hex }: ColorSwatchProps): import("react/jsx-runtime").JSX.Element;
export {};
