import { default as React } from 'react'; import { Breakpoint } from '../../../helpers'; type HideAtProps = { children: React.ReactNode; } & Partial>; export declare const HideAt: { ({ children, ...breakpoints }: HideAtProps): import("react/jsx-runtime").JSX.Element | null; displayName: string; }; export {};