import { default as React } from 'react';
import { Breakpoints } from './responsive.config';
import { ResponsiveTypesNS } from './responsive.types';

export declare const Responsive: <T = typeof Breakpoints>(props: ResponsiveTypesNS<T>["ResponsiveProps"]) => string | number | boolean | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | Omit<Partial<{ [key in keyof T]: React.ReactNode; }> & {
    children: React.ReactNode;
    breakpoints?: T | undefined;
}, "children" | "breakpoints">[Exclude<keyof T, "children" | "breakpoints">] | null | undefined;
//# sourceMappingURL=responsive.d.ts.map