export type TCheckedIcon = 'checked' | 'checked-dark-pink'; export type TUncheckedIcon = 'unchecked' | 'unchecked-dark-pink'; export type TCheckboxTheme = 'dark' | 'transparent';