import React, { type PropsWithChildren } from 'react';
type HideProps = {
    mq: symbol;
} & PropsWithChildren;
export declare const Hide: React.FunctionComponent<HideProps>;
export {};
//# sourceMappingURL=Hide.d.ts.map