///
export interface StyledProps {
expanded: boolean;
buttonWidth?: number;
customColor?: string;
disabled?: 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;