import type { LayoutTypes } from './Layout.types'; declare const Layout: ({ children, isSafeArea, backgroundColor, padding, isCentered, isJustify, isImageBackground, backgroundImage, overlayColor, imageBackgroundBlurRadius, }: LayoutTypes) => import("react/jsx-runtime").JSX.Element; export default Layout; //# sourceMappingURL=Layout.d.ts.map