import { FunctionComponent } from 'react'; /** * @figmaNode none — bespoke "AI" disclosure watermark (no Design-System component). Token-clean and * theme-safe: container/watermark border `delta-700`, label = Small 12/16 (ls 0.24px), watermark pill * = 10px SemiBold uppercase in a `delta-700` 12-radius border. Tooltip via the aligned `StyledTooltip`. */ export declare const StyledAIDisclosure: FunctionComponent<{ /** @figmaProp none — the disclosure label (Small 12/16) */ label?: string; /** @figmaProp none — optional tooltip body (via StyledTooltip) */ tooltip?: string; }>;