import React from 'react'; import { RootProps } from '../../engines'; import { SheetProps } from './Sheet.types'; /** * Открывает окно-шторку поверх основного экрана. */ export declare const sheetRoot: (Root: RootProps) => React.ForwardRefExoticComponent>; export declare const sheetConfig: { name: string; tag: string; layout: (Root: RootProps) => React.ForwardRefExoticComponent>; base: string; variations: { view: { css: import("styled-components").FlattenSimpleInterpolation; }; handlePlacement: { css: import("styled-components").FlattenSimpleInterpolation; }; }; defaults: { view: string; handlePlacement: string; }; }; //# sourceMappingURL=Sheet.d.ts.map