declare type CollapsibleStyle = { style: { width: '100%'; }; contentContainerStyle: { minHeight: number; paddingTop: number; }; progressViewOffset: number; }; export declare function useCollapsibleStyle(): CollapsibleStyle; export {};