import { PropType } from 'vue'; export declare const FocusTrap: import("vue").DefineComponent void>; initialFocusTo: PropType HTMLElement | undefined | null)>; finalFocusTo: PropType HTMLElement | undefined | null)>; returnFocusOnDeactivated: { type: BooleanConstructor; default: boolean; }; }>, { focusableStartRef: import("vue").Ref; focusableEndRef: import("vue").Ref; focusableStyle: string; handleStartFocus: (e: FocusEvent) => void; handleEndFocus: (e: FocusEvent) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly void>; initialFocusTo: PropType HTMLElement | undefined | null)>; finalFocusTo: PropType HTMLElement | undefined | null)>; returnFocusOnDeactivated: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { disabled: boolean; active: boolean; autoFocus: boolean; returnFocusOnDeactivated: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;