import type { EditableNodeAttributes } from "../types"; interface StickyFrameProps extends EditableNodeAttributes { top?: string; zIndex?: number; disableOnMobile?: boolean; children?: React.ReactNode; className?: string; } export declare function StickyFrame({ top, zIndex, disableOnMobile, children, className, "data-node-id": dataNodeId, }: StickyFrameProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=StickyFrame.d.ts.map