* }
* ```
*/
declare function useTheme(): Theme;
export { Avatar, type AvatarProps, Badge, type BadgeProps, Button, type ButtonProps, Card, type CardProps, Checkbox, type CheckboxProps, Chip, type ChipProps, Column, type ColumnProps, type CrossAxisAlignment, type DeepPartial, type FlexProps, type MainAxisAlignment, Modal, type ModalProps, Portal, type PortalProps, Row, type RowProps, Spinner, type SpinnerProps, Switch, type SwitchProps, Text, TextField, type TextFieldProps, type TextProps, type Theme, type ThemeBorderRadius, type ThemeColors, ThemeContext, ThemeProvider, type ThemeProviderProps, type ThemeShadows, type ThemeSpacing, type ThemeTypography, createTheme, defaultTheme, useTheme };