import { ButtonHTMLAttributes } from 'react';
type NoStyleButtonProps = ButtonHTMLAttributes;
export declare const NoStyleButton: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit, never>> & string & Omit>, keyof import("react").Component>;
export {};