import { ButtonProps } from '../../../../components/Button';
type Props = ButtonProps;
declare function OpenButton(props: Props): import("react/jsx-runtime").JSX.Element;
export default OpenButton;
