import Alert__SvelteComponent_ from './Alert.svelte';
import type { TProps } from './Alert.type';
export type AlertProps = TProps;
export default Alert__SvelteComponent_;
