import type { ActionButtonProps, AvatarProps, CheckboxProps, DesignSystemKey, DialogProps, IconButtonProps, MenuProps, PickerProps, PopoverProps, SkeletonProps, SpinnerProps, StatusProps, SurfaceProps, SwitchProps, TabsProps, TextAreaProps, TextFieldProps, TooltipProps } from "./types.js"; export declare const ActionButton: import("react").ForwardRefExoticComponent>; export declare const IconButton: import("react").ForwardRefExoticComponent>; export declare const TextField: { (props: TextFieldProps): import("react").JSX.Element; displayName: string; }; export declare const TextArea: { (props: TextAreaProps): import("react").JSX.Element; displayName: string; }; export declare const Spinner: { (props: SpinnerProps): import("react").JSX.Element; displayName: string; }; export declare const Skeleton: { (props: SkeletonProps): import("react").JSX.Element; displayName: string; }; export declare const Status: { (props: StatusProps): import("react").JSX.Element; displayName: string; }; export declare const Surface: { (props: SurfaceProps): import("react").JSX.Element; displayName: string; }; export declare const Avatar: { (props: AvatarProps): import("react").JSX.Element; displayName: string; }; export declare const Tooltip: { (props: TooltipProps): import("react").JSX.Element; displayName: string; }; export declare const Menu: { (props: MenuProps): import("react").JSX.Element; displayName: string; }; export declare const Popover: { (props: PopoverProps): import("react").JSX.Element; displayName: string; }; export declare const Dialog: { (props: DialogProps): import("react").JSX.Element; displayName: string; }; export declare const Checkbox: { (props: CheckboxProps): import("react").JSX.Element; displayName: string; }; export declare const Switch: { (props: SwitchProps): import("react").JSX.Element; displayName: string; }; export declare function Picker(props: PickerProps): import("react").JSX.Element; export declare function Tabs(props: TabsProps): import("react").JSX.Element; //# sourceMappingURL=components.d.ts.map