/// import { type TxtProps } from '../../../Txt'; export type EmptyDescriptionOwnProps = { color?: TxtProps<'span'>['color']; }; export type EmptyDescriptionProps = React.PropsWithChildren; export declare function EmptyDescription({ children, color }: EmptyDescriptionProps): import("react/jsx-runtime").JSX.Element; export declare namespace EmptyDescription { var displayName: string; } //# sourceMappingURL=Description.d.ts.map