///
import { Theme, spacing } from "../design-system";
export declare const ScreenBottomContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const noScrollBar: {
scrollbarWidth: "none";
"&::-webkit-scrollbar": {
width: number;
display: "none";
};
};
export declare function ModalHeader(props: {
onBack?: () => void;
title: React.ReactNode;
imgSrc?: string;
}): import("react/jsx-runtime").JSX.Element;
export declare const Line: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare function Container(props: {
animate?: "fadein" | "floatup" | "floatdown";
fullHeight?: boolean;
flex?: "row" | "column";
expand?: boolean;
center?: "x" | "y" | "both";
gap?: keyof typeof spacing;
children: React.ReactNode;
style?: React.CSSProperties;
p?: keyof typeof spacing;
px?: keyof typeof spacing;
py?: keyof typeof spacing;
relative?: boolean;
scrollY?: boolean;
color?: keyof Theme["colors"];
debug?: boolean;
bg?: keyof Theme["colors"];
borderColor?: keyof Theme["colors"];
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=basic.d.ts.map