import { PropType } from 'vue'; export declare const props: { position: { type: PropType<"above" | "below">; reuqired: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; }; export declare const emits: {};