import * as React from 'react';
export interface OwnProps {
}
export declare const Snackbar: React.ComponentType<OwnProps>;
