/// <reference types="react" />
import { IFabricProps } from './Fabric.types';
export declare const Fabric: (props: IFabricProps) => JSX.Element;
