import * as React from 'react';
import type { IFabricProps } from './Fabric.types';
export declare const FabricBase: React.FunctionComponent<IFabricProps>;
