import { type VariantProps } from 'class-variance-authority'; import type * as React from 'react'; declare function Empty({ className, ...props }: React.ComponentPropsWithoutRef<'div'>): import("react/jsx-runtime").JSX.Element; declare function EmptyHeader({ className, ...props }: React.ComponentPropsWithoutRef<'div'>): import("react/jsx-runtime").JSX.Element; declare const emptyMediaVariants: (props?: ({ variant?: "default" | "icon" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; declare function EmptyMedia({ className, variant, ...props }: React.ComponentPropsWithoutRef<'div'> & VariantProps): import("react/jsx-runtime").JSX.Element; declare function EmptyTitle({ className, ...props }: React.ComponentPropsWithoutRef<'div'>): import("react/jsx-runtime").JSX.Element; declare function EmptyDescription({ className, ...props }: React.ComponentPropsWithoutRef<'p'>): import("react/jsx-runtime").JSX.Element; declare function EmptyContent({ className, ...props }: React.ComponentPropsWithoutRef<'div'>): import("react/jsx-runtime").JSX.Element; export { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, };