import React from "react"; import type { SideKickProps } from "./types"; export declare function SideKick({ children, sideWidth, contentMinWidth, gap, onRight, collapseBelow, collapsed, autoWidth, as: Tag, dataAttributes, ariaAttributes, role, id, UNSAFE_className, UNSAFE_style, }: SideKickProps): React.JSX.Element;