import { FunctionComponent } from 'react'; interface SubduedProps { subdued: string; } /** * `Subdued` displays some text with subdued colors */ declare const Subdued: FunctionComponent; export { Subdued };