import type { Content } from '#api/content/$'; import type { BoxOwnProps, LayoutProps, MarginProps } from '@radix-ui/themes/props'; interface SidebarProps extends LayoutProps, MarginProps, BoxOwnProps { data: Content.Item[]; style?: React.CSSProperties; } export declare const Sidebar: ({ data, ...props }: SidebarProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Sidebar.d.ts.map