import { ComponentProps, ElementType } from 'react'; type Props = { tag?: T; size?: 1 | 2 | 3 | 4 | 5 | 6; spaced?: boolean; }; export declare const Title: ({ className, tag, size, spaced, ...props }: Props & Omit, keyof Props>) => import("react/jsx-runtime").JSX.Element; export {};