import { PropType } from 'vue'; export declare const sheetsProps: { readonly isOpen: { readonly type: PropType; }; readonly focusTrap: { readonly type: PropType; readonly default: false; }; readonly height: { readonly type: PropType; readonly default: "96vh"; }; };