import * as tailwind_variants from 'tailwind-variants'; import { VariantProps } from 'tailwind-variants'; import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js'; declare const selectStyles: tailwind_variants.TVReturnType<{ position: { popper: { content: string; viewport: string; }; "item-aligned": {}; }; }, { base: string; trigger: string[]; scrollUpBtn: string; scrollDownBtn: string; content: string[]; viewport: string; label: string; item: string[]; itemIndicator: string; separator: string; }, undefined, tailwind_variants_dist_config_js.TVConfig<{ position: { popper: { content: string; viewport: string; }; "item-aligned": {}; }; }, { position: { popper: { content: string; viewport: string; }; "item-aligned": {}; }; }>, { position: { popper: { content: string; viewport: string; }; "item-aligned": {}; }; }, { base: string; trigger: string[]; scrollUpBtn: string; scrollDownBtn: string; content: string[]; viewport: string; label: string; item: string[]; itemIndicator: string; separator: string; }, tailwind_variants.TVReturnType<{ position: { popper: { content: string; viewport: string; }; "item-aligned": {}; }; }, { base: string; trigger: string[]; scrollUpBtn: string; scrollDownBtn: string; content: string[]; viewport: string; label: string; item: string[]; itemIndicator: string; separator: string; }, undefined, tailwind_variants_dist_config_js.TVConfig<{ position: { popper: { content: string; viewport: string; }; "item-aligned": {}; }; }, { position: { popper: { content: string; viewport: string; }; "item-aligned": {}; }; }>, unknown, unknown, undefined>>; type SelectVariantProps = VariantProps; type SelectSlots = keyof ReturnType; export { type SelectSlots, type SelectVariantProps, selectStyles };