export type EmptySpaceProps = { title?: React.ReactNode; subtitle?: React.ReactNode; icon?: React.ComponentType>; primaryAction?: React.ReactNode; secondaryAction?: { label: string; onClick: () => void; }; }; export declare const EmptySpace: ({ title, subtitle, icon: Icon, primaryAction, secondaryAction, }: EmptySpaceProps) => import("react").JSX.Element; //# sourceMappingURL=EmptySpace.d.ts.map