import { ButtonProps } from "./types"; export declare const ElementButton: import("styled-components").StyledComponent<"button", any, ButtonProps, never>; export declare const LoadingContainer: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ButtonContent: import("styled-components").StyledComponent<"span", any, ButtonProps, never>; //# sourceMappingURL=styles.d.ts.map