///
interface StyledProps {
color?: string;
horizontal?: boolean;
}
export declare const StyledButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLButtonElement>, StyledProps>> & string;
export {};