import { TypographyProps } from './type'; declare const PropTable: { (props: TypographyProps): null; displayName: string; defaultProps: { target: string; }; }; export default PropTable;