declare const styles: { readonly "cardContainer": string; readonly "verticalGroup": string; readonly "gridLayout": string; readonly "cardPanel": string; readonly "wide": string; readonly 'cardHeader': string; readonly 'noOverflow': string; readonly 'isCollapsed': string; readonly 'horizontalGroup': string; readonly 'noBodyPadding': string; readonly 'noHeader': string; readonly 'noHeaderPadding': string; readonly 'internal': string; // no background and borders readonly 'sticky': string; readonly 'contentAutoHeight': string; readonly 'cardTitle': string; readonly 'leftItems': string; readonly 'extraItemsContainer': string; readonly 'cardContent': string; readonly 'withoutHeader': string; readonly 'collapseIcon': string; readonly 'themeDark': string; readonly 'themeLight': string; readonly 'flexRow': string; readonly 'flexWrap': string; readonly 'flexColumn': string; readonly 'withLeftItems': string; readonly 'withRightItems': string; readonly 'leftExtraItemsContainer': string; readonly 'resizableContainer': string; readonly 'childContainer': string; readonly 'helperContainer': string; readonly 'helperTextContainer': string; readonly 'helperIcon': string; readonly 'helperText': string; readonly 'showHelp': string; }; export = styles;