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