export { default as Alert } from './Alert.svelte';
export { alert } from './theme';
export type { alertColor, AlertProps } from './type';
