import React from 'react'; export declare const AudioPlayerForwardButton: import("../../../utils/with-own-theme").NewsKitReactComponents & { keyboardShortcuts?: string | string[] | undefined; onClick?: ((event: KeyboardEvent | React.MouseEvent) => void) | undefined; } & { seconds?: number | undefined; } & React.RefAttributes>; //# sourceMappingURL=forward-button.d.ts.map