/// import { type EmptyWrapperRecipeVariants } from './Empty.css'; export type EmptyOwnProps = EmptyWrapperRecipeVariants & { className?: string; }; export type EmptyProps = React.PropsWithChildren; export declare function Empty({ children, className, wide, hasBorder }: EmptyProps): import("react/jsx-runtime").JSX.Element; export declare namespace Empty { var displayName: string; } //# sourceMappingURL=Empty.d.ts.map