export declare class ComponentRestrictions { country: string | string[]; constructor(obj?: Partial); }