import { Select as BaseSelect, SelectOptionProps as BaseSelectOptionProps } from '@shopify/checkout-ui-extensions'; import type { ReactPropsFromRemoteComponentType } from '@remote-ui/react'; export type SelectProps = ReactPropsFromRemoteComponentType; export type SelectOptionProps = BaseSelectOptionProps; export declare const Select: "Select" & { readonly type?: "Select" | undefined; readonly props?: import("@shopify/checkout-ui-extensions").SelectProps | undefined; readonly children?: true | undefined; } & import("@remote-ui/react").ReactComponentTypeFromRemoteComponentType>; //# sourceMappingURL=Select.d.ts.map