import type { HtmlIngredientProps } from '../types.js';
export interface ColorPickerFormatSelectProps extends HtmlIngredientProps<'select', HTMLSelectElement> {
}
declare const ColorPickerFormatSelect: import("svelte").Component;
type ColorPickerFormatSelect = ReturnType;
export default ColorPickerFormatSelect;