export type ServerUnistylesSettings = {
    includeRNWStyles?: boolean
}
export const DefaultServerUnistylesSettings = {}
