import type { ReactNode } from 'react'; import type { TestIdProp, WithAttributes } from '../../types'; export type FullscreenProps = WithAttributes<'div', { children: ReactNode; }> & TestIdProp; export declare const StyledFullscreen: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { fullscreen?: boolean; }>> & string; export type FullscreenContextValue = [boolean | undefined, () => void] | undefined; export declare const FullscreenContext: import("react").Context; export declare const useFullscreenContext: () => FullscreenContextValue; declare const _default: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { getTestIds: (testIdProp?: TestIdProp["testId"]) => import("../../types").TestIdsRecord; }; export default _default; //# sourceMappingURL=Fullscreen.d.ts.map