import { FunctionComponent } from'react';
exportdeclareconstSubheading: FunctionComponent<SubheadingProps>;
exportinterfaceSubheadingProps {
/** This prop lightens the Subheading color and increases the letter spacing */muted?: boolean;
}
//# sourceMappingURL=Subheading.d.ts.map