/// import { SelectProps } from '@shopify/checkout-ui-extensions'; export declare const PLACEHOLDER_VALUE = ""; export declare function Select({ id: explicitId, name, label, options, value, disabled, readonly, required, error, autocomplete, placeholder, onChange, }: SelectProps): JSX.Element;