import { ButtonProps } from '../Button'; import { BoxProps } from '../Box'; import { TextProps } from '../Text'; export declare const Button: import('react').ForwardRefExoticComponent>; export declare const VerticalBox: (props: BoxProps) => import("react/jsx-runtime").JSX.Element; export declare const BoxHeading: (props: TextProps) => import("react/jsx-runtime").JSX.Element;