import type { Base, Title } from '@/components/types'; export interface TitleProps extends Title, Pick { }