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