import SbIconSquare from './SbIconSquare.vue'; import type { IconSquareVariant, IconSquareSize } from './types'; import type { IconSquareProps } from './SbIconSquare.vue'; export { SbIconSquare }; export type { IconSquareVariant, IconSquareSize, IconSquareProps };