import { TextFilterProps } from './interfaces'; export declare function getTextFilterStyles(style: TextFilterProps['style']): {} | undefined;