import React from 'react'; import { CommonTypographyProps } from '../types'; export type DisclaimerProps = React.ComponentPropsWithoutRef<'small'> & CommonTypographyProps;