import type { ComponentProps } from "react"; import { EmptyStateRoot } from "./empty-state"; export declare const EmptyState: (({ children, className, ...rest }: import("./empty-state").EmptyStateRootProps & Omit>) => import("react/jsx-runtime").JSX.Element) & { Root: ({ children, className, ...rest }: import("./empty-state").EmptyStateRootProps & Omit>) => import("react/jsx-runtime").JSX.Element; }; export type EmptyState = { Props: ComponentProps; RootProps: ComponentProps; }; export { EmptyStateRoot }; export type { EmptyStateRootProps, EmptyStateRootProps as EmptyStateProps } from "./empty-state"; export { emptyStateVariants } from "@heroui/styles"; export type { EmptyStateVariants } from "@heroui/styles";