import * as react_jsx_runtime0 from "react/jsx-runtime"; import { VariantProps } from "class-variance-authority"; import * as class_variance_authority_types0 from "class-variance-authority/types"; //#region src/react/ui/empty.d.ts /** Empty state component for displaying no-data scenarios */ declare function Empty({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element; declare function EmptyHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element; declare const emptyMediaVariants: (props?: ({ variant?: "default" | "icon" | null | undefined; } & class_variance_authority_types0.ClassProp) | undefined) => string; declare function EmptyMedia({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps): react_jsx_runtime0.JSX.Element; declare function EmptyTitle({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element; declare function EmptyDescription({ className, ...props }: React.ComponentProps<"p">): react_jsx_runtime0.JSX.Element; declare function EmptyContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element; //#endregion export { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle }; //# sourceMappingURL=empty.d.ts.map