/** * @param {{children: any, position: string, component: any}} props * @returns {any} */ export declare const CustomControl: (props: { children: any; position: string; component: any; }) => any; //# sourceMappingURL=CustomControl.d.ts.map