import { Nature } from './constant'; interface Props { selected?: boolean; nature?: Nature; } export declare const SubtleButton: import("styled-components").StyledComponent<"button", any, { className: string; } & import("./Button").ButtonProps & Props, "className">; export {};