import { Select } from './select'; export type { SelectAppearance, SelectShape } from './select'; export declare const registerSelect: (prefix?: string) => void; export { Select as VwcSelectElement };