import React from "react";
type ErrorProps = {
    name: string;
    errorStyle?: string;
};
declare const _default: React.MemoExoticComponent<typeof FiguraError>;
export default _default;
declare function FiguraError(props: ErrorProps): React.JSX.Element;
