import * as react from 'react';
import { HTMLAttributes } from 'react';
type EmptyProps = HTMLAttributes;
declare const Empty: react.ForwardRefExoticComponent>;
declare const EmptyHeader: react.ForwardRefExoticComponent & react.RefAttributes>;
declare const EmptyIcon: react.ForwardRefExoticComponent & react.RefAttributes>;
declare const EmptyTitle: react.ForwardRefExoticComponent & react.RefAttributes>;
declare const EmptyDescription: react.ForwardRefExoticComponent & react.RefAttributes>;
declare const EmptyContent: react.ForwardRefExoticComponent & react.RefAttributes>;
export { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyIcon, type EmptyProps, EmptyTitle };