import React from "react"; export interface FullHeightProps extends React.ComponentPropsWithoutRef<"div"> { } /** * @deprecated 代わりにCSSの `100dvh` を利用してください。 */ export declare const FullHeight: ({ style, ...props }: FullHeightProps) => import("@emotion/react/jsx-runtime").JSX.Element;