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