import React from 'react'; import { TypographyProps } from '@material-ui/core/Typography'; import { Style } from './LoadingTypography.style'; export declare type LoadingTypographyProps = TypographyProps & Style & { loading?: boolean; placeholder?: string; }; declare const _default: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps<"loading" | "hasPlaceholder">>; export default _default; //# sourceMappingURL=LoadingTypography.d.ts.map