import { ScrollComposition } from '../Scroll/styles'; type SectionsStates = 'empty' | 'loading'; type SectionsParts = ScrollComposition | 'separator' | 'header' | 'footer' | 'refreshControl'; export type SectionsComposition = `${SectionsParts}:${SectionsStates}` | SectionsParts; export {}; //# sourceMappingURL=styles.d.ts.map