import React, { FunctionComponent, NamedExoticComponent, ComponentProps } from 'react'; export declare const TrayControls: React.NamedExoticComponent<{ children: (data: any) => any; }>; declare const TrayBase: FunctionComponent<{ padding: boolean; position: 'left' | 'right' | 'top' | 'bottom' | 'center'; isOpen?: boolean; isRelativePosition?: boolean; close?: () => void; backdrop: boolean; ariaLabel: string; ariaDescId: string; role?: 'dialog' | 'alertdialog'; className?: string; isInfoOnly?: boolean; }>; export declare const Tray: NamedExoticComponent>; export {}; //# sourceMappingURL=index.d.ts.map