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