import React from 'react'; import { CommonTypographyProps } from '../types'; export type DisclaimerProps = React.ComponentPropsWithoutRef<'small'> & CommonTypographyProps; //# sourceMappingURL=Disclaimer.types.d.ts.map