export type ComponentProp = { key: string; value: string; }; declare const parsePropsForComponent: (api: any, props?: ComponentProp[]) => any; export default parsePropsForComponent;