import type { SecondaryProps } from './type';
import Secondary from './Secondary.svelte';
import { secondary } from './theme';
export { Secondary, secondary, type SecondaryProps };
