export interface VncActionProps { onDisconnect: (event: React.MouseEvent) => void; onCtrlAltDel: () => void; textCtrlAltDel?: string; textSendShortcut?: string; textDisconnect?: string; /** VNC console additional action elements */ additionalButtons?: React.ReactNode[]; } export declare const VncActions: React.FunctionComponent; //# sourceMappingURL=VncActions.d.ts.map