export declare function useWarnDeprecated({ component, condition, message }: { component: string; condition?: boolean; message: string; }): void; export declare function warnDeprecated({ component, condition, message }: { component: string; condition: boolean; message: string; }): void;