import React from 'react';
import { ButtonProps } from './types';
export declare function Button({ style, title, action, systemImage, role, children, ...modifiers }: ButtonProps): React.JSX.Element;
