import { Styles } from '../types/style'; declare function selection(styles: Styles, parent?: string): Styles; export default selection;