import * as React from 'react'; type Props = { visible: boolean; actionLabel?: string; onDismiss: () => void; onAction?: () => void; duration?: number; }; export declare const Snackbar: React.FC>; export {}; //# sourceMappingURL=Snackbar.d.ts.map