///
import { ScrollViewProps } from '../ScrollView/ScrollView';
/** @deprecated Use `ScrollViewProps` */
export declare type CutoutProps = ScrollViewProps;
/** @deprecated Use `ScrollView` */
export declare const Cutout: import("react").ForwardRefExoticComponent<{
children?: import("react").ReactNode;
shadow?: boolean | undefined;
} & import("react").HTMLAttributes & import("../types").CommonStyledProps & import("react").RefAttributes>;
//# sourceMappingURL=Cutout.d.ts.map