import React from 'react'; /** * Base right hand side sheet with no contents * * @deprecated This component is deprecated and will be removed in a future version. * Use `UdpDrawer` (the `udp-fluent-drawer` web component) instead. */ export declare const BaseSideSheet: (props: any) => React.JSX.Element; /** * A right hand material side sheet * * @deprecated This component is deprecated and will be removed in a future version. * Use `UdpDrawer` (the `udp-fluent-drawer` web component) instead. */ export declare const SideSheet: { (props: any): React.JSX.Element; propTypes: { /** * Main content for the modal view */ children: any; /** * SideSheet title */ title: any; /** * Function to close SideSheet */ onClose: any; /** * Determins the open or closed state of the SideSheet */ open: any; /** * Value for progress loading */ progress: any; /** * Progress loading color */ progressColor: any; /** * Width of the SideSheet */ width: any; /** * Anchor orgin of card (right, left, top, bottom) */ anchor: any; /** * Label for top action button (global only) */ buttonLabel: any; /** * Option to override container padding */ noPadding: any; /** * Progress loading color */ contentHeight: any; }; }; //# sourceMappingURL=SideSheet.d.ts.map