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