export interface FollowerPointerTheme { base: string; icon: string; pointerWrapper: string; pointer: string; } export declare const followerPointerTheme: FollowerPointerTheme; //# sourceMappingURL=theme.d.ts.map