import { default as React } from 'react'; export type ColumnProps = React.HTMLAttributes; /** * Column wrapper. Consumer is expected to provide heading + links as children. * Example: * *

Heading

* Link 1 *
*/ export declare const Column: React.ForwardRefExoticComponent>;