import React, { ReactNode } from "react"; export declare const SimpleButtonStyled: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLButtonElement>, never>> & string; export interface SimpleButtonProbs { children: ReactNode; } /** * A simple button component that accepts any text value so unicode can be used including emojis */ export declare const SimpleButton: React.FunctionComponent;