type HintOptions = {
    details?: unknown[];
    force?: boolean;
};
export declare const a11yHint: (msg: string, options?: HintOptions) => void;
export declare const deprecatedHint: (msg: string, options?: HintOptions) => void;
export declare const devHint: (msg: string, options?: HintOptions) => void;
export declare const devWarning: (msg: string, options?: HintOptions) => void;
export declare const featureHint: (msg: string, done?: boolean, options?: HintOptions) => void;
export declare const uiUxHint: (msg: string, options?: HintOptions) => void;
export declare const a11yHintDisabled: () => void;
export declare const a11yHintLabelingLandmarks: (value: unknown) => void;
export declare const uiUxHintMillerscheZahl: (className: string, length?: number) => void;
export {};
