import { type ButtonVariantName } from '../fw-button/index.types'; export declare interface FwDrawerProps { modelValue: boolean; header?: string; body?: string; role?: string; showCancel?: boolean; showConfirm?: boolean; cancelButtonText?: string; cancelButtonType?: ButtonVariantName; confirmButtonText?: string; confirmButtonType?: ButtonVariantName; }