type SuitOptions = { descendantName?: string; modifierName?: string; }; type SuitSelector = (names?: SuitOptions) => string; export declare const component: (componentName: string) => SuitSelector; export {};