import { EmptyDescription, type EmptyDescriptionProps } from './@compound/Description'; import { EmptyPrimaryAction, type EmptyPrimaryActionProps } from './@compound/PrimaryAction'; import { EmptySecondaryAction, type EmptySecondaryActionProps } from './@compound/SecondaryAction'; import { EmptyTitle, type EmptyTitleProps } from './@compound/Title'; import { EmptyVisualState, type EmptyVisualStateProps } from './@compound/VisualState'; import { Empty as EmptyBase, type EmptyProps } from './Empty'; export { type EmptyProps, EmptyVisualState, type EmptyVisualStateProps, EmptyTitle, type EmptyTitleProps, EmptyDescription, type EmptyDescriptionProps, EmptyPrimaryAction, type EmptyPrimaryActionProps, EmptySecondaryAction, type EmptySecondaryActionProps, }; export declare const Empty: typeof EmptyBase & { VisualState: typeof EmptyVisualState; Title: typeof EmptyTitle; Description: typeof EmptyDescription; PrimaryAction: typeof EmptyPrimaryAction; SecondaryAction: typeof EmptySecondaryAction; }; //# sourceMappingURL=index.d.ts.map