/// import { ActionableToastProps } from './ActionableToast'; export interface ActionableToastListProps { marginTop?: number; marginRight?: string; data: ActionableToastProps[]; } export declare function ActionableToastList(props: ActionableToastListProps): JSX.Element;