import type { ButtonProps } from './types'; export default function ButtonInternals(props: ButtonProps): import("react/jsx-runtime").JSX.Element;