export interface FocusEffectTheme { container: string; wrapper: string; circle: string; } export declare const focusEffectTheme: FocusEffectTheme; //# sourceMappingURL=theme.d.ts.map