/** * Hint provides additional information or context to help users understand the content or functionality of a related element. * * @slot default - Slot for the hint content. */ export declare class GcdsHint { el: HTMLElement; /** * Props */ /** * Id attribute for the hint. */ hintId: string; render(): any; }