export namespace ISectionCta { export type Theme = 'light' | 'dark-arrow' | 'dark-coins'; export type Justify = 'justify-start' | 'justify-between' | 'justify-end' } export default { name: 'Kek' }