import { TypographySemanticType } from '../typography'; export declare const skeletonPrefix = "mzn-skeleton"; export declare const skeletonClasses: { readonly host: "mzn-skeleton"; readonly bg: "mzn-skeleton--bg"; readonly type: (type: TypographySemanticType) => string; readonly circle: "mzn-skeleton--circle"; };