import { FC } from 'react'; import { SupportLabelProps } from './types.js'; export declare const SupportLabel: FC;