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