import { TypographyProps } from '../../../Typography/Typography'; export declare const useTypographyCellComponents: () => { Title: (props: TypographyProps) => JSX.Element; Description: (props: TypographyProps) => JSX.Element; };