interface Options = any, Selectors extends string = string> { component: React.ComponentType; props: Props; selectors: Selectors[]; providerName: string; providerStylesApi?: boolean; compound?: boolean; } export declare function itSupportsStylesApi, Selectors extends string = string>(options: Options, name?: string): void; export {};