import { CupertinoPane } from '../cupertino-pane'; /** * Follower Element module */ export declare class FollowerModule { private instance; private followerEl; private settings; private breakpoints; private transitions; constructor(instance: CupertinoPane); }