///
import { BoxProps } from '../Box';
export declare type LocalInlineBlockProps = {};
export declare type InlineBlockProps = BoxProps & LocalInlineBlockProps;
export declare const InlineBlock: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
};