export type MidaMarketComponentParameterDeclaration = { type?: any; required?: boolean; default?: any | (() => any); };