export type EyesSelector = TSelector | string | { selector: TSelector | string; type?: string; shadow?: EyesSelector; frame?: EyesSelector; };