export declare function toArray(candidate?: T | T[] | false): T[]; export declare function isSafeSetRefComponent(component: any): boolean;