import { SelectProps } from './types'; import { AnyRecord, IJSX, StyledComponentProps } from '@codeleap/styles'; export * from './styles'; export * from './types'; /** * Dropdown is always rendered inside a Modal — there is no native ActionSheet or platform-specific * picker. Keyboard is not auto-dismissed on open; pass `keyboardShouldPersistTaps` via `listProps` * if the modal appears beneath a focused input. */ export declare const Select: { (selectProps: SelectProps): import("react/jsx-runtime").JSX.Element; styleRegistryName: string; elements: string[]; rootElement: string; withVariantTypes(styles: S): ((props: StyledComponentProps, typeof styles>) => IJSX); defaultProps: Partial>; }; //# sourceMappingURL=index.d.ts.map