interface Options, StylesApiSelectors extends string> { component: React.ComponentType; props: Props; mod?: boolean; classes?: boolean; withProps?: boolean; styleProps?: boolean; polymorphic?: boolean; children?: boolean; extend?: boolean; variant?: boolean; id?: boolean; size?: boolean; displayName?: string; selector?: string; refType?: any; refProp?: string; providerName?: string | null; stylesApiName?: string; stylesApiSelectors?: StylesApiSelectors[]; polymorphicSelector?: string; variantSelector?: string; sizeSelector?: string; providerStylesApi?: boolean; compound?: boolean; } export declare function itSupportsSystemProps, StylesApiSelectors extends string = string>(options: Options): void; export {};