import type { ScreenReaderContentStyle } from './props'; /** * --- * private: true * --- * Generates the style object from the theme and provided additional information * @return The final style object, which will be used in the component */ declare const generateStyle: () => ScreenReaderContentStyle; export default generateStyle; //# sourceMappingURL=styles.d.ts.map