/**
* IMPORTANT: Changes in this file MUST be synced between edge-react-gui and
* edge-login-ui-rn!
*/
///
import { ButtonsViewProps } from '../buttons/ButtonsView';
interface Props extends Omit, 'layout'> {
}
export declare const SceneButtons: (props: Props) => JSX.Element;
export {};