/** * @TODO make a parent component for monitors sticky state * at some point, NavigationSticky may needed to know whether it is sticky or not */ declare type Props = Readonly<{ children: (props: any) => any; height?: number | null; isBottomVerticalPosition?: boolean; name: string; offsetTopPosition?: number; }>; /** * NavigationSticky * @param props * a skeleton component provides logic to create a designed NavigationSticky component */ export declare const NavigationSticky: (props: Props) => JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map