/** * @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'; /** * The props of the ColumnMenuItemContent component. */ export interface ColumnMenuItemContentProps { /** * The `show` state of the component. Each change is animated with the Reveal animation. */ show: boolean; } /** * @hidden */ declare const ColumnMenuItemContent: import('vue').DefineComponent; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ColumnMenuItemContent };