import { type GenericToken } from './types';
export declare const othersStyleProperties: import("./types").StylePropertyConfigs;
export type OthersProps = {
/**
* Apply theme-aware style objects in `theme.styles`
*
* @example
* ```jsx
* This is a div
* This is a div
* ```
*
* This will apply styles defined in `theme.styles.h3`
*/
apply?: GenericToken;
};