export type Theme = { tokens?: Record; }; export interface ThemingProps { selector?: string; theme?: Theme; }