export declare const themes: { default: { backgroundColor: string; color: string; }; primary: { backgroundColor: string; color: string; }; }; export declare const Button: import("styled-components").StyledComponent>, any, {}, never>;