import * as React from 'react';
import type { ButtonInternalsProps } from './types';
export default function ButtonInternals(props: ButtonInternalsProps): React.JSX.Element;
