import type { ExtractPropTypes } from 'vue';
export declare const carouselIndicatorProps: {
    readonly index: import("hongluan-ui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
};
export declare type CarouselIndicatorProps = ExtractPropTypes<typeof carouselIndicatorProps>;
