export declare const ButtonWithCaptionText: import("styled-components").StyledComponent<"span", any, {}, never>; interface Props { isCompact?: boolean; isFloatingButton?: boolean; isMobile?: boolean; } export declare const ButtonWithCaptionCore: import("styled-components").StyledComponent<"button", any, Props, never>; export {}; //# sourceMappingURL=ButtonWithCaption.styles.d.ts.map