import { SyncComponentType } from '../../../shared/types'; export declare const useSyncWithMainComponent: (componentType: SyncComponentType, componentKey: string, initialProps?: any) => (props: any) => void;