import { default as React } from 'react';
import { TypographyProps } from '../../../Typography';
declare const useTypography: (props: {
    typography?: TypographyProps | TypographyProps[];
}) => React.ReactElement[] | null;
export default useTypography;
//# sourceMappingURL=useTypography.d.ts.map