/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { PropType } from 'vue'; /** @hidden */ export interface AdaptiveModeProps { expand?: boolean; animationStyles?: object; classNameAdaptive?: string; title?: string; componentToRender?: object; applyText?: string; cancelText?: string; } /** * @hidden */ declare const ColorsAdaptiveMode: import('vue').DefineComponent; animationStyles: PropType; classNameAdaptive: PropType; title: PropType; componentToRender: PropType; applyText: PropType; cancelText: PropType; }>, {}, {}, {}, { onClose(): void; onCancel(): void; onApply(event: any): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("actionSheetClose" | "cancelBtnClick" | "applyBtnClick")[], "actionSheetClose" | "cancelBtnClick" | "applyBtnClick", import('vue').PublicProps, Readonly; animationStyles: PropType; classNameAdaptive: PropType; title: PropType; componentToRender: PropType; applyText: PropType; cancelText: PropType; }>> & Readonly<{ onActionSheetClose?: (...args: any[]) => any; onCancelBtnClick?: (...args: any[]) => any; onApplyBtnClick?: (...args: any[]) => any; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ColorsAdaptiveMode };