import React from "react";
import { IProps } from "../../types/IProps";
import "./NButton.style.css";
export declare const NButton: ({ children, style, onClick }: IProps) => React.JSX.Element;
