/// export { View } from '../View'; export interface IWidthQueryProps { width: number; } export declare const WidthQuery: React.SFC;