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