import type { TStyle } from '../common/types'; export interface IDividerProps { children?: string | string[]; style?: TStyle; }