import { SheetClose } from './sheet-components';
import { SheetProps } from './sheet.types';
import { default as React } from 'react';

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