import { ITypographyComponent } from './typing';
export declare function getTypoClassNames<DerivedComponent extends Partial<ITypographyComponent>>(componentInst: DerivedComponent, componentName: string, ignoreBoldness?: boolean): string[];
export * from './typing';