import { TextProps, WrapperBtnProps, WrapperDivProps } from './types'; declare const WrapperDiv: import("styled-components").StyledComponent<"div", any, WrapperDivProps, never>; declare const WrapperBtn: import("styled-components").StyledComponent<"button", any, WrapperBtnProps, never>; declare const Text: import("styled-components").StyledComponent<"div", any, TextProps, never>; export { WrapperDiv, WrapperBtn, Text };