/** * @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'; /** * Represents the props of the GroupStickyHeader component. */ export interface GroupStickyHeaderProps { /** * The group that will be rendered. */ group?: string; /** * Fires when a sticky group header item is about to be rendered. Used to override the default appearance of the sticky group header of the component. */ render?: any; } /** * @hidden */ declare const GroupStickyHeader: import('vue').DefineComponent; render: PropType; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; render: PropType; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { GroupStickyHeader };