import type { SIZE } from './constants';
export type DividerProps = {
    $size?: keyof typeof SIZE;
};
