import type { RouteProps } from '../../../v2/features/app/helpers/routes.js';
import type { ModalProps } from '../../../v2/features/modal/Modal.vue.js';
/**
 * Operation example page
 *
 * Displays an operation with a specific example selected
 *  - View example request data
 *  - Modify example request data
 *  - Send example request
 */
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: import("vue").DefineComponent<RouteProps & {
    /** Subset of config options for the modal */
    options?: ModalProps["options"];
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<RouteProps & {
    /** Subset of config options for the modal */
    options?: ModalProps["options"];
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
//# sourceMappingURL=Operation.vue.d.ts.map