import { IBabyButtonStyle } from "./interfaces"; export declare const ButtonBabyStyle: import("styled-components").StyledComponent<{ (props: import("../Button/interfaces").IProps): JSX.Element; defaultProps: { dimension: string; type: string; color: string; }; }, any, IBabyButtonStyle, never>; export declare const ButtonBabyWrapperStyle: import("styled-components").StyledComponent<"div", any, IBabyButtonStyle, never>; export declare const ButtonBabyTextStyle: import("styled-components").StyledComponent<"p", any, IBabyButtonStyle, never>;