export declare const ButtonContainer: import("styled-components").StyledComponent<"button", any, {
    width: string | number | (import("csstype").Property.Width<import("styled-system").TLengthStyledSystem> | null)[] | {
        [x: string]: import("csstype").Property.Width<import("styled-system").TLengthStyledSystem> | undefined;
        [x: number]: import("csstype").Property.Width<import("styled-system").TLengthStyledSystem> | undefined;
    } | null | undefined;
}, "width">;
export declare const Icon: import("styled-components").StyledComponent<"span", any, {}, never>;
