import React from 'react'; import { ButtonProps } from '../../../button'; export declare type BottomSectionProps = Readonly<{ children: React.ReactElement; }>; export declare const BottomSection: ({ children }: BottomSectionProps) => JSX.Element;