declare const _default: ({ title: string; screenshot: string; schema: { componentName: string; props: { prefix: string; size: string; hasArrow: boolean; hasBorder: boolean; expandTriggerType: string; resultAutoWidth: boolean; notFoundContent: string; plainData: string; dataSource: any; value: any[]; }; }; } | { title: string; screenshot: string; schema: { componentName: string; props: { prefix: string; expandTriggerType: string; plainData: string; dataSource: any; value: any[]; size?: undefined; hasArrow?: undefined; hasBorder?: undefined; resultAutoWidth?: undefined; notFoundContent?: undefined; }; }; })[]; export default _default;