///
export interface StyledProps {
buttonColor: {
normal: string;
hover: string;
};
inverted?: boolean;
}
export declare const StyledButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLButtonElement>, "ref"> & {
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined;
}, StyledProps>> & string;