import type { TStyle } from '../common/types'; export interface IDividerProps { children?: string | string[]; style?: TStyle; } //# sourceMappingURL=types.d.ts.map