import * as __VLS_VINE from 'vue-vine/internals'; export interface ListPluginProps { /** * When `true`, enforces strict indentation rules for list items, ensuring consistent structure. * When `false` (default), indentation is more flexible. */ hasStrictIndent?: boolean; } export declare function ListPlugin(props: __VLS_VINE.VineComponentCommonProps & ListPluginProps, context: {}): __VLS_VINE.VueVineComponent;