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