export declare const styles: {}; export declare const BaseGrid: { (props: import("@button-inc/component-library/esm/Grid").Props): JSX.Element; Row(props: any): JSX.Element; Col(props: any): JSX.Element; }; export default BaseGrid;