import { BoxProps, ButtonProps } from 'types'; export declare const Box: import("styled-components").StyledComponent>, any, BoxProps, never>; export declare const Button: import("styled-components").StyledComponent>, any, ButtonProps, never>; export declare const direction = "vertical";