import { ContainerProps, ButtonProps } from './types'; declare const Container: import("styled-components").StyledComponent<"div", any, ContainerProps, never>; declare const Button: import("styled-components").StyledComponent<"button", any, ButtonProps, never>; export { Container, Button };