import * as React$1 from "react"; import * as react_jsx_runtime63 from "react/jsx-runtime"; import { VariantProps } from "class-variance-authority"; import * as class_variance_authority_types3 from "class-variance-authority/types"; //#region ui/empty-state.d.ts declare const containerVariants: (props?: ({ density?: "default" | "compact" | null | undefined; } & class_variance_authority_types3.ClassProp) | undefined) => string; interface EmptyStateProps extends VariantProps { icon?: React$1.ReactNode; title: React$1.ReactNode; description?: React$1.ReactNode; primaryAction?: React$1.ReactNode; secondaryAction?: React$1.ReactNode; className?: string; } declare function EmptyState({ icon, title, description, primaryAction, secondaryAction, className, density }: EmptyStateProps): react_jsx_runtime63.JSX.Element; //#endregion export { EmptyState, EmptyStateProps }; //# sourceMappingURL=empty-state.d.ts.map