declare function getChildren(c: any): {
    slides: any[];
    slots: {
        'container-start': any[];
        'container-end': any[];
        'wrapper-start': any[];
        'wrapper-end': any[];
    };
};
export { getChildren };
