import type { PropType } from 'vue';
export declare const Props: {
    readonly data: {
        readonly type: PropType<unknown[]>;
        readonly default: () => unknown[];
    };
};
