import * as react_jsx_runtime from 'react/jsx-runtime'; type Props = { children: React.ReactNode; disabled?: boolean; }; declare const InlineCenter: ({ children, disabled }: Props) => react_jsx_runtime.JSX.Element; export { InlineCenter as default };