import { SheetClose } from './sheet-components';
import { SheetProps } from './sheet.types';

export declare function SheetPrimary({ trigger, content, triggerProps, contentProps, title, footer, titleProps, description, descriptionProps, onOpenChange, open, onInteractOutside, bodyProps, container, }: SheetProps): import("react/jsx-dev-runtime").JSX.Element;
export { SheetClose };
//# sourceMappingURL=sheet.d.ts.map