export type InlineErrorProps = {
    title: string;
    error: unknown;
    className?: string;
};
export declare function InlineError({ title, error, className }: InlineErrorProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=InlineError.d.ts.map