import type { FC, HTMLAttributes } from 'react'; export type SwitchDescriptionProps = Omit, 'className'>; export declare const SwitchDescription: FC;