import type { CSSProperties } from 'react'; interface EmptyTextProps { text: string; style?: { text?: CSSProperties; icon?: CSSProperties; }; } export declare function EmptyText(props: EmptyTextProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=EmptyText.d.ts.map