export type StylableComponent = (S extends undefined ? {} : { customProperties?: Partial>; }) & { className?: string; };