interface ComponentProps { [key: string]: { type: any[]; default: any; }; } declare const _default: (props: any, els: ComponentProps, propPrefix: string, classPrefix?: string) => string[]; export default _default;