import { type StickyMenuItem } from '../../data/StickyMobileData'; import { type OnClickPreventableProps } from '../../model/OnClickProps'; interface StickyBottomMenuItemProps extends OnClickPreventableProps { isActive?: boolean; item?: StickyMenuItem; } export declare const StickyBottomMenuItem: import("@redneckz/uni-jsx").UNIComponent; export {};