import { SFC } from 'react'; interface DoczProps { width?: number; className?: string; } export declare const Docz: SFC; export {};