import { ClassComponent } from '../ts-helpers'; export interface ButtonSyncProps { /** * Defines no scan buttons in hardware sync dialog footer. */ withoutScanBtn?: boolean; } declare class ButtonSync extends ClassComponent {}