import React from 'react';
import "../../../../dist/style/styles.css";
declare function TatukaButton({ text, paddingX, paddingY, width, height, fontSize, backgroundColor, }: {
    text: string;
    fontSize?: number;
    paddingX?: number;
    paddingY?: number;
    width?: number;
    height?: number;
    backgroundColor?: string;
}): React.JSX.Element;
declare const _default: React.MemoExoticComponent<typeof TatukaButton>;
export default _default;
