import * as react_jsx_runtime from 'react/jsx-runtime'; declare function Passthrough({ children }: any): any; declare function DivWrapper(props: any): react_jsx_runtime.JSX.Element; declare function ButtonWrapper(props: any): react_jsx_runtime.JSX.Element; declare function AccordionContentWrapper(props: any): react_jsx_runtime.JSX.Element; declare function AccordionTriggerWrapper(props: any): react_jsx_runtime.JSX.Element; declare const Root: typeof DivWrapper; declare const Item: typeof DivWrapper; declare const Header: typeof DivWrapper; declare const Trigger: typeof AccordionTriggerWrapper; declare const Content: typeof AccordionContentWrapper; declare const Portal: typeof Passthrough; declare const Overlay: () => null; declare const Close: typeof ButtonWrapper; declare const Title: typeof DivWrapper; declare const Description: typeof DivWrapper; declare const Cancel: typeof ButtonWrapper; declare const Action: typeof ButtonWrapper; declare const Group: typeof DivWrapper; declare const Label: typeof DivWrapper; declare const Separator: () => react_jsx_runtime.JSX.Element; declare const CheckboxItem: typeof DivWrapper; declare const RadioGroup: typeof DivWrapper; declare const RadioItem: typeof DivWrapper; declare const ItemIndicator: typeof Passthrough; declare const Sub: typeof DivWrapper; declare const SubTrigger: typeof ButtonWrapper; declare const SubContent: typeof DivWrapper; declare const Arrow: () => null; declare const List: typeof DivWrapper; declare const Link: (props: any) => react_jsx_runtime.JSX.Element; declare const Viewport: typeof DivWrapper; declare const Indicator: () => null; declare const Value: typeof Passthrough; declare const Icon: typeof Passthrough; declare const ScrollUpButton: () => null; declare const ScrollDownButton: () => null; declare const ItemText: typeof Passthrough; declare const Thumb: typeof DivWrapper; declare const Track: typeof DivWrapper; declare const Range: typeof DivWrapper; declare const Image: (props: any) => react_jsx_runtime.JSX.Element; declare const Fallback: typeof DivWrapper; declare const Provider: typeof Passthrough; declare function Slot({ children, ...props }: any): any; declare const Slottable: typeof Passthrough; declare function createSlot(): typeof Slot; declare function createSlottable(): typeof Passthrough; declare const Primitive: any; declare function createContext(_rootName: string, defaultContext?: any): readonly [({ children, ...value }: any) => react_jsx_runtime.JSX.Element, () => any]; declare function createContextScope(..._args: any[]): any; declare function composeRefs(...refs: any[]): (node: any) => void; declare const useComposedRefs: typeof composeRefs; declare const DismissableLayer: typeof DivWrapper; declare const FocusScope: typeof Passthrough; declare function useFocusGuards(): void; declare function Presence({ children, present }: any): any; declare function createCollection(): { Provider: typeof Passthrough; Slot: typeof DivWrapper; ItemSlot: typeof DivWrapper; useCollection: () => never[]; }; declare function createMenuScope(): () => {}; declare function createPopperScope(): () => {}; declare function createRovingFocusGroupScope(): () => {}; declare function useId(): string; declare function useCallbackRef(fn: any): any; declare function useControllableState({ defaultValue, value }: any): any[]; declare function useLayoutEffect(): void; declare function useSize(): undefined; declare function usePrevious(value: any): any; declare function useEscapeKeydown(): void; declare function useDirection(): string; declare function DirectionProvider({ children }: any): any; declare function useIsHydrated(): boolean; declare const VisuallyHidden: (props: any) => react_jsx_runtime.JSX.Element; declare function composeEventHandlers(original: any, handler: any): any; declare const RemoveScroll: typeof Passthrough; declare const radix_Action: typeof Action; declare const radix_Arrow: typeof Arrow; declare const radix_Cancel: typeof Cancel; declare const radix_CheckboxItem: typeof CheckboxItem; declare const radix_Close: typeof Close; declare const radix_Content: typeof Content; declare const radix_Description: typeof Description; declare const radix_DirectionProvider: typeof DirectionProvider; declare const radix_DismissableLayer: typeof DismissableLayer; declare const radix_Fallback: typeof Fallback; declare const radix_FocusScope: typeof FocusScope; declare const radix_Group: typeof Group; declare const radix_Header: typeof Header; declare const radix_Icon: typeof Icon; declare const radix_Image: typeof Image; declare const radix_Indicator: typeof Indicator; declare const radix_Item: typeof Item; declare const radix_ItemIndicator: typeof ItemIndicator; declare const radix_ItemText: typeof ItemText; declare const radix_Label: typeof Label; declare const radix_Link: typeof Link; declare const radix_List: typeof List; declare const radix_Overlay: typeof Overlay; declare const radix_Portal: typeof Portal; declare const radix_Presence: typeof Presence; declare const radix_Primitive: typeof Primitive; declare const radix_Provider: typeof Provider; declare const radix_RadioGroup: typeof RadioGroup; declare const radix_RadioItem: typeof RadioItem; declare const radix_Range: typeof Range; declare const radix_RemoveScroll: typeof RemoveScroll; declare const radix_Root: typeof Root; declare const radix_ScrollDownButton: typeof ScrollDownButton; declare const radix_ScrollUpButton: typeof ScrollUpButton; declare const radix_Separator: typeof Separator; declare const radix_Slot: typeof Slot; declare const radix_Slottable: typeof Slottable; declare const radix_Sub: typeof Sub; declare const radix_SubContent: typeof SubContent; declare const radix_SubTrigger: typeof SubTrigger; declare const radix_Thumb: typeof Thumb; declare const radix_Title: typeof Title; declare const radix_Track: typeof Track; declare const radix_Trigger: typeof Trigger; declare const radix_Value: typeof Value; declare const radix_Viewport: typeof Viewport; declare const radix_VisuallyHidden: typeof VisuallyHidden; declare const radix_composeEventHandlers: typeof composeEventHandlers; declare const radix_composeRefs: typeof composeRefs; declare const radix_createCollection: typeof createCollection; declare const radix_createContext: typeof createContext; declare const radix_createContextScope: typeof createContextScope; declare const radix_createMenuScope: typeof createMenuScope; declare const radix_createPopperScope: typeof createPopperScope; declare const radix_createRovingFocusGroupScope: typeof createRovingFocusGroupScope; declare const radix_createSlot: typeof createSlot; declare const radix_createSlottable: typeof createSlottable; declare const radix_useCallbackRef: typeof useCallbackRef; declare const radix_useComposedRefs: typeof useComposedRefs; declare const radix_useControllableState: typeof useControllableState; declare const radix_useDirection: typeof useDirection; declare const radix_useEscapeKeydown: typeof useEscapeKeydown; declare const radix_useFocusGuards: typeof useFocusGuards; declare const radix_useId: typeof useId; declare const radix_useIsHydrated: typeof useIsHydrated; declare const radix_useLayoutEffect: typeof useLayoutEffect; declare const radix_usePrevious: typeof usePrevious; declare const radix_useSize: typeof useSize; declare namespace radix { export { radix_Action as Action, radix_Arrow as Arrow, radix_Cancel as Cancel, radix_CheckboxItem as CheckboxItem, radix_Close as Close, radix_Content as Content, radix_Description as Description, radix_DirectionProvider as DirectionProvider, radix_DismissableLayer as DismissableLayer, radix_Fallback as Fallback, radix_FocusScope as FocusScope, radix_Group as Group, radix_Header as Header, radix_Icon as Icon, radix_Image as Image, radix_Indicator as Indicator, radix_Item as Item, radix_ItemIndicator as ItemIndicator, radix_ItemText as ItemText, radix_Label as Label, radix_Link as Link, radix_List as List, radix_Overlay as Overlay, radix_Portal as Portal, radix_Presence as Presence, radix_Primitive as Primitive, radix_Provider as Provider, radix_RadioGroup as RadioGroup, radix_RadioItem as RadioItem, radix_Range as Range, radix_RemoveScroll as RemoveScroll, radix_Root as Root, radix_ScrollDownButton as ScrollDownButton, radix_ScrollUpButton as ScrollUpButton, radix_Separator as Separator, radix_Slot as Slot, radix_Slottable as Slottable, radix_Sub as Sub, radix_SubContent as SubContent, radix_SubTrigger as SubTrigger, radix_Thumb as Thumb, radix_Title as Title, radix_Track as Track, radix_Trigger as Trigger, radix_Value as Value, radix_Viewport as Viewport, radix_VisuallyHidden as VisuallyHidden, radix_composeEventHandlers as composeEventHandlers, radix_composeRefs as composeRefs, radix_createCollection as createCollection, radix_createContext as createContext, radix_createContextScope as createContextScope, radix_createMenuScope as createMenuScope, radix_createPopperScope as createPopperScope, radix_createRovingFocusGroupScope as createRovingFocusGroupScope, radix_createSlot as createSlot, radix_createSlottable as createSlottable, Passthrough as default, radix_useCallbackRef as useCallbackRef, radix_useComposedRefs as useComposedRefs, radix_useControllableState as useControllableState, radix_useDirection as useDirection, radix_useEscapeKeydown as useEscapeKeydown, radix_useFocusGuards as useFocusGuards, radix_useId as useId, radix_useIsHydrated as useIsHydrated, radix_useLayoutEffect as useLayoutEffect, radix_usePrevious as usePrevious, radix_useSize as useSize }; } export { createMenuScope as $, Action as A, Sub as B, Cancel as C, Description as D, SubContent as E, Fallback as F, Group as G, Header as H, Icon as I, SubTrigger as J, Title as K, Label as L, Track as M, Trigger as N, Overlay as O, Portal as P, Viewport as Q, RadioGroup as R, ScrollDownButton as S, Thumb as T, VisuallyHidden as U, Value as V, composeEventHandlers as W, composeRefs as X, createCollection as Y, createContext as Z, createContextScope as _, Arrow as a, createPopperScope as a0, createRovingFocusGroupScope as a1, createSlot as a2, createSlottable as a3, Passthrough as a4, useCallbackRef as a5, useComposedRefs as a6, useControllableState as a7, useDirection as a8, useEscapeKeydown as a9, useFocusGuards as aa, useId as ab, useIsHydrated as ac, useLayoutEffect as ad, usePrevious as ae, useSize as af, CheckboxItem as b, Close as c, Content as d, DirectionProvider as e, DismissableLayer as f, FocusScope as g, Image as h, Indicator as i, Item as j, ItemIndicator as k, ItemText as l, Link as m, List as n, Presence as o, Primitive as p, Provider as q, radix as r, RadioItem as s, Range as t, RemoveScroll as u, Root as v, ScrollUpButton as w, Separator as x, Slot as y, Slottable as z };