/** * @param isOpen - controls panel display / visibility * @param isPositioned - true after Floating UI has resolved coordinates; gates the enter animation */ export declare const getComponentCss: (isOpen: boolean, isPositioned: boolean) => string; //# sourceMappingURL=diwa-dropdown-styles.d.ts.map