import { StackProps } from "../Stack"; export type ContentProps = Pick; export declare const Content: ({ children, gap }: ContentProps) => import("react/jsx-runtime").JSX.Element;