import React, { ReactNode } from 'react'; declare const SmallTextButton: import("@emotion/styled").StyledComponent | undefined; } & import("antd/es/button/button").BaseButtonProps & Omit, "type" | "onClick"> & { htmlType?: "button" | "reset" | "submit" | undefined; onClick?: React.MouseEventHandler | undefined; } & Omit, "type" | "onClick">> & { color?: string | undefined; } & { theme?: import("@emotion/react").Theme | undefined; } & { title?: ReactNode; } & Partial<{ href: string; target?: React.HTMLAttributeAnchorTarget | undefined; onClick?: React.MouseEventHandler | undefined; } & import("antd/es/button/button").BaseButtonProps & Omit, "type" | "onClick"> & { htmlType?: "button" | "reset" | "submit" | undefined; onClick?: React.MouseEventHandler | undefined; } & Omit, "type" | "onClick">>, {}, {}>; export default SmallTextButton;